home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / matrix.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.3 KB  |  71 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : MATRIX_PACKAGE
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : LEE at NADC        
  6. -- AUTHOR            : Dr. Roger Lee
  7. --                   : Naval Air Developement Center
  8. --                   : Advanced Software Technology Division
  9. --                   : Warminster Pa. 18974
  10. -- COPYRIGHT         : (c) 1984 Roger Lee
  11. -- DATE CREATED      : Feb 84 
  12. -- DATE RELEASED     : 7 Jun 85
  13. -- DATE LAST UPDATED : Feb 84
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : VMS VAX11/780 Telesoft Ada compiler
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : MATH
  19. -- CATEGORY LEVEL 2  : Library
  20. -- CATEGORY LEVEL 3  : Array Manipulation
  21. -- CATEGORY LEVEL 4  : Array Manipulation 1
  22. -- KEYWORD           : 
  23. -- INDEX             : Manipulation, Matrix
  24. -- INDEX             : Manipulation, Vector
  25. -- INDEX             : Matrix
  26. -- INDEX             : Vector
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MATH>MATRIX.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.MATH>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   MATRIX.ADA            17612         531
  37. --   MATRIX.PRO             2698          69
  38. --   ===============  ==========  ==========
  39. --     2 Files             20310         600
  40. --= ABSTRACT             ===============================================--
  41. --         MATRIX_PACKAGE  is  a  general  purpose  matrix  package.   It
  42. -- defines data types  VECTOR  and  MATRIX,  and  contains  functions  to
  43. -- perform  general matrix algebra operations.  It provides for addition,
  44. -- subtraction, and multiplication of VECTORS, MATRICES and SCALARS.   It
  45. -- also provides for matrix inversion and vector dot product.
  46. --= REVISION HISTORY     ===============================================--
  47. --
  48. -- DATE        VERSION AUTHOR            HISTORY
  49. -- 2/84          1.0    Roger Lee               Initial Release
  50. --= RELEASE NOTICE       ===============================================--
  51. -- This prologue must be included in all copies of this software.
  52. --
  53. -- This software is copyright by the author.
  54. --
  55. -- This software is released to the Ada community.
  56. -- This software is released to the Public Domain (note:
  57. --   software released to the Public Domain is not subject
  58. --   to copyright protection).
  59. -- Restrictions on use or distribution:  NONE
  60. --= DISCLAIMER           ===============================================--
  61. --     This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.  No warranties
  63. -- as to performance, merchantability, or fitness for a particular
  64. -- purpose exist.
  65. --     The user is advised to test the software thoroughly before
  66. -- relying on it.  The user must assume the entire risk and liability of
  67. -- using this software.  In no event shall any person or organization of
  68. -- people be held responsible for any direct, indirect, consequential or
  69. -- inconsequential damages or lost profits.
  70. --======================================================================--
  71.